home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / pce32dll.zip / PCEDLL / MSOFT / PCE32DLL.MAK < prev    next >
Text File  |  1996-10-23  |  7KB  |  220 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=PCE32DLL - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to PCE32DLL - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "PCE32DLL - Win32 Release" && "$(CFG)" !=\
  12.  "PCE32DLL - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "Pce32dll.mak" CFG="PCE32DLL - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "PCE32DLL - Win32 Release" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "PCE32DLL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "PCE32DLL - Win32 Debug"
  36. CPP=cl.exe
  37. MTL=mktyplib.exe
  38. RSC=rc.exe
  39.  
  40. !IF  "$(CFG)" == "PCE32DLL - Win32 Release"
  41.  
  42. # PROP BASE Use_MFC 0
  43. # PROP BASE Use_Debug_Libraries 0
  44. # PROP BASE Output_Dir "Release"
  45. # PROP BASE Intermediate_Dir "Release"
  46. # PROP BASE Target_Dir ""
  47. # PROP Use_MFC 0
  48. # PROP Use_Debug_Libraries 0
  49. # PROP Output_Dir "Release"
  50. # PROP Intermediate_Dir "Release"
  51. # PROP Target_Dir ""
  52. OUTDIR=.\Release
  53. INTDIR=.\Release
  54.  
  55. ALL : "$(OUTDIR)\Pce32dll.dll"
  56.  
  57. CLEAN : 
  58.     -@erase ".\Release\Pce32dll.dll"
  59.     -@erase ".\Release\Pce32dll.obj"
  60.     -@erase ".\Release\Pce32dll.lib"
  61.     -@erase ".\Release\Pce32dll.exp"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. # ADD BASE CPP /nologo /MT /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  67. # ADD CPP /nologo /MT /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  68. CPP_PROJ=/nologo /MT /W3 /GX /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  69.  /Fp"$(INTDIR)/Pce32dll.pch" /YX /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=
  72. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  73. # ADD MTL /nologo /D "NDEBUG" /win32
  74. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  75. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  76. # ADD RSC /l 0x809 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Pce32dll.bsc" 
  81. BSC32_SBRS=
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  85. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  86.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  87.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  88.  /pdb:"$(OUTDIR)/Pce32dll.pdb" /machine:I386 /def:".\Pce32dll.def"\
  89.  /out:"$(OUTDIR)/Pce32dll.dll" /implib:"$(OUTDIR)/Pce32dll.lib" 
  90. DEF_FILE= \
  91.     ".\Pce32dll.def"
  92. LINK32_OBJS= \
  93.     "$(INTDIR)/Pce32dll.obj"
  94.  
  95. "$(OUTDIR)\Pce32dll.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  96.     $(LINK32) @<<
  97.   $(LINK32_FLAGS) $(LINK32_OBJS)
  98. <<
  99.  
  100. !ELSEIF  "$(CFG)" == "PCE32DLL - Win32 Debug"
  101.  
  102. # PROP BASE Use_MFC 0
  103. # PROP BASE Use_Debug_Libraries 1
  104. # PROP BASE Output_Dir "Debug"
  105. # PROP BASE Intermediate_Dir "Debug"
  106. # PROP BASE Target_Dir ""
  107. # PROP Use_MFC 0
  108. # PROP Use_Debug_Libraries 1
  109. # PROP Output_Dir "Debug"
  110. # PROP Intermediate_Dir "Debug"
  111. # PROP Target_Dir ""
  112. OUTDIR=.\Debug
  113. INTDIR=.\Debug
  114.  
  115. ALL : "$(OUTDIR)\Pce32dll.dll"
  116.  
  117. CLEAN : 
  118.     -@erase ".\Debug\Pce32dll.dll"
  119.     -@erase ".\Debug\Pce32dll.obj"
  120.     -@erase ".\Debug\Pce32dll.ilk"
  121.     -@erase ".\Debug\Pce32dll.lib"
  122.     -@erase ".\Debug\Pce32dll.exp"
  123.     -@erase ".\Debug\Pce32dll.pdb"
  124.     -@erase ".\Debug\vc40.pdb"
  125.     -@erase ".\Debug\vc40.idb"
  126.  
  127. "$(OUTDIR)" :
  128.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  129.  
  130. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  131. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  132. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  133.  /Fp"$(INTDIR)/Pce32dll.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  134. CPP_OBJS=.\Debug/
  135. CPP_SBRS=
  136. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  137. # ADD MTL /nologo /D "_DEBUG" /win32
  138. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  139. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  140. # ADD RSC /l 0x809 /d "_DEBUG"
  141. BSC32=bscmake.exe
  142. # ADD BASE BSC32 /nologo
  143. # ADD BSC32 /nologo
  144. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Pce32dll.bsc" 
  145. BSC32_SBRS=
  146. LINK32=link.exe
  147. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  148. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  149. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  150.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  151.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  152.  /pdb:"$(OUTDIR)/Pce32dll.pdb" /debug /machine:I386 /def:".\Pce32dll.def"\
  153.  /out:"$(OUTDIR)/Pce32dll.dll" /implib:"$(OUTDIR)/Pce32dll.lib" 
  154. DEF_FILE= \
  155.     ".\Pce32dll.def"
  156. LINK32_OBJS= \
  157.     "$(INTDIR)/Pce32dll.obj"
  158.  
  159. "$(OUTDIR)\Pce32dll.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  160.     $(LINK32) @<<
  161.   $(LINK32_FLAGS) $(LINK32_OBJS)
  162. <<
  163.  
  164. !ENDIF 
  165.  
  166. .c{$(CPP_OBJS)}.obj:
  167.    $(CPP) $(CPP_PROJ) $<  
  168.  
  169. .cpp{$(CPP_OBJS)}.obj:
  170.    $(CPP) $(CPP_PROJ) $<  
  171.  
  172. .cxx{$(CPP_OBJS)}.obj:
  173.    $(CPP) $(CPP_PROJ) $<  
  174.  
  175. .c{$(CPP_SBRS)}.sbr:
  176.    $(CPP) $(CPP_PROJ) $<  
  177.  
  178. .cpp{$(CPP_SBRS)}.sbr:
  179.    $(CPP) $(CPP_PROJ) $<  
  180.  
  181. .cxx{$(CPP_SBRS)}.sbr:
  182.    $(CPP) $(CPP_PROJ) $<  
  183.  
  184. ################################################################################
  185. # Begin Target
  186.  
  187. # Name "PCE32DLL - Win32 Release"
  188. # Name "PCE32DLL - Win32 Debug"
  189.  
  190. !IF  "$(CFG)" == "PCE32DLL - Win32 Release"
  191.  
  192. !ELSEIF  "$(CFG)" == "PCE32DLL - Win32 Debug"
  193.  
  194. !ENDIF 
  195.  
  196. ################################################################################
  197. # Begin Source File
  198.  
  199. SOURCE=.\Pce32dll.c
  200.  
  201. "$(INTDIR)\Pce32dll.obj" : $(SOURCE) "$(INTDIR)"
  202.  
  203.  
  204. # End Source File
  205. ################################################################################
  206. # Begin Source File
  207.  
  208. SOURCE=.\Pce32dll.def
  209.  
  210. !IF  "$(CFG)" == "PCE32DLL - Win32 Release"
  211.  
  212. !ELSEIF  "$(CFG)" == "PCE32DLL - Win32 Debug"
  213.  
  214. !ENDIF 
  215.  
  216. # End Source File
  217. # End Target
  218. # End Project
  219. ################################################################################
  220.